home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr02 / efund24.zip / FUND.ZIP / INSTALL2.BAT < prev   
DOS Batch File  |  1993-09-01  |  489b  |  32 lines

  1. echo off
  2. cls
  3. if "%4" == "2" goto deletes
  4. if "%4" == "3" goto deletes
  5. if "%4" == "5" goto deletes
  6.  %1
  7.  cd \
  8.  md %2
  9.  cd %2
  10.  copy %5
  11.  fund1
  12.  goto ends
  13. :deletes
  14.  %3
  15.  cd %6
  16.  ren fund.exe fund.ovr
  17.  del fund1.exe
  18.  del fstart.exe
  19.  %1
  20.  cd %2
  21.  del fund.exe
  22.  del fund1.exe
  23.  del install.exe
  24.  del fstart.exe
  25.  if "%4" == "2" funds %7 %8 %9
  26.  if "%4" == "5" funds %7 %8 %9
  27.  if "%4" == "5" %3
  28.  if "%4" == "5" cd %6
  29.  if "%4" == "5" del funds.cfg
  30.  if "%4" == "5" copy %5
  31. :ends
  32.